@media only screen and (min-width: 320px){
html {
    font-size: 55% !important;
   }
 }
 @media only screen and (min-width: 640px){
html {
     font-size: 125% !important;
  }
 }
 @media only screen and (min-width: 750px){
html {
     font-size: 52% !important;
  }
 }

@media only screen and (min-width: 1280px){
html {
font-size: 62.5% !important;
}
}
*{
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu }
html,body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	}
	*{padding:0px;
	margin:0px;
	list-style:none;
	vertical-align:middle;
		}
	
	body{ color:#595961;font-size:14px;
	font-size:1.4rem;
	background:#fff;
	}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #d0d0d0;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d0d0d0;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #d0d0d0;
  font-size: 14px;
} 
	
	
a{ color:#424242; text-decoration:none}
a:hover{ color:#004d9e; text-decoration:none}
	
	
.yy{-webkit-box-shadow: 5px 0 50px rgba(0,0,0,.5);

    box-shadow: 5px 0 50px rgba(0,0,0,.5); box-sizing: border-box;}
	
.bt40{ font-size:4rem; font-weight:bold}
.bt35{ font-size:3.0rem; font-weight:bold}
.bt24{ font-size:2.4rem; font-weight:bold}
.bt20{ font-size:2.0rem;}
.bt18{ font-size:1.7rem}
.bt16{ font-size:1.4rem}

/* 动画 开始 */
/* css3动画 end */
.texiao{}
.texiao:hover{opacity:1 !important; filter:alpha(opacity=100) !important;}
@keyframes changeScale
{
0%   {
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
100% {
	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
}

@-moz-keyframes changeScale /* Firefox */
{
0%   {
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
100% {
	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
}

@-webkit-keyframes changeScale /* Safari 和 Chrome */
{
0%   {
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
100% {
	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
}

@-o-keyframes changeScale /* Opera */
{
0%   {
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
}
100% {
	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
}
/*动画结束*/	
	
/*动画结束*/